home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / unsure of the time of day < prev    next >
Text File  |  1999-06-15  |  737b  |  33 lines

  1. Category: Andrew's Filters 20
  2. Title: Unsure Of The Time Of Day...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: UnsuTime.8bf
  6.  
  7. R:mix(r,cos(sin(r+val(0,-256,256))+val(0,-256,256)),ctl(6),ctl(7))%cos(r-val(3,-1000,1000)*(X%y)+val(3,-1000,1000)*(Y%x))
  8.  
  9. G:mix(g,cos(sin(g+val(1,-256,256))+val(1,-256,256)),ctl(6),ctl(7))%cos(g-val(4,-1000,1000)*(X%y)+val(4,-1000,1000)*(Y%x))
  10.  
  11. B:mix(b,cos(sin(b+val(2,-256,256))+val(2,-256,256)),ctl(6),ctl(7))%cos(b-val(5,-1000,1000)*(X%y)+val(5,-1000,1000)*(Y%x))
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red
  16. ctl[1]: Green
  17. ctl[2]: Blue
  18. ctl[3]: Red xy
  19. ctl[4]: Green xy
  20. ctl[5]: Blue xy
  21. ctl[6]: Mix 1
  22. ctl[7]: Mix 2
  23.  
  24. val[0]: 105
  25. val[1]: 51
  26. val[2]: 29
  27. val[3]: 131
  28. val[4]: 237
  29. val[5]: 48
  30. val[6]: 214
  31. val[7]: 113
  32.  
  33.